home *** CD-ROM | disk | FTP | other *** search
/ Libris Britannia 4 / science library(b).zip / science library(b) / HAM_RAD / 3345.ZIP / MACPARK < prev    next >
Text File  |  1988-05-31  |  263b  |  9 lines

  1. # use of the following switches ensures that the EXE file is packed, and that
  2. # it will run on machines with or without 8087, but will use one if present.
  3.  
  4. macpark.obj: macpark.for
  5.     fl /c /FPc macpark.for
  6.  
  7. macpark.exe: macpark.obj
  8.     link macpark/E/F/PAC;
  9.